html{
    background-color: rgba(252,248,237,255);
    font-family: 'Times New Roman', Times, serif;
    color: var(--bijtjesbruin);
    margin-top: 10px;
    margin-bottom: 75px;
    min-width: 750px;
}

body{
    max-width: 1000px;
    margin: auto;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    border-color: var(--bijtjesbruin);
    border-width: 2px;
    border-style:dashed;
}


.row{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-flow: column;
    background-color: white;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.row2{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    background-color: white;
    list-style-type: none;    
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 40px;
    }

.row3{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-flow: column;
    background-color: white;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.row2 > a > li{
    text-align: center;
    color: var(--bijtjesbruin);
    background-color: var(--bijtjesgeel);
    font-family:'Times New Roman', Times, serif;
    font-size: 3ch;
    font-weight: bold;
    border-radius: 25px;
    border-color: var(--bijtjesbruin);
    border-width: 5px;
    border-style: solid;
}

.row2 > a > li:hover{
    cursor: pointer;
    color: white;
}

.titleBody > nav > ul{
    padding: 0px;
    margin-left: 20px;
    margin-right: 20px;

}
.contentBody > nav > ul{
    padding: 0px;
    margin-left: 20px;
    margin-right: 20px;

}

nav > ul > a{
    text-decoration: none;
}



nav > ul > a > li{
    text-align: center;
    color: white;
    background-color: var(--bijtjesbruin);
    font-family:'Times New Roman', Times, serif;
    font-size: 4ch;
    font-weight: bold;
}

nav > ul > a > li:hover{
    cursor: pointer;
    color: var(--bijtjesgeel)
}

h1{
    margin: auto;
    text-align: center;
    align-content: center;
    background-color: var(--bijtjesgeel);
    border-bottom: 2px;
    border-top: 2px;
    border-left: 0px;
    border-right: 0px;
    border-color: var(--bijtjesbruin);
    border-style: dashed;
    height: 75px;
    border-radius: 25px;
    font-size: 7ch;
}

h2{
    font-size: 5ch;
    text-align: center;
    margin: 5px;
}

h3{
    font-size: 3ch;
}


:root{
    --bijtjesbruin: #7c6b63;
    --bijtjesgeel: #fec91b;
    --beebackground: rgba(252,248,237,255);

}

.contentBody{
    margin: 20px;
    margin-top: 5px;
}
.titleBody > table{
    width: 100%;
    text-align: center;
    background-color: var(--bijtjesgeel);
    border-radius: 15px;

}

.testclass{
    font-weight: bold;
    font-size: large;
}


.uitlogknop{
    border-style: none;
    background-color: transparent;
    color: var(--bijtjesbruin);
    font-weight: bold;
}

.uitlogknop:hover{
    cursor: pointer;
    text-decoration: underline;
}

.logoutform{
    width: 100%;
    text-align: right;
}

.logintable{
    font-size:3ch;
    width: 60%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}


.inlogknop{
    border-style: none;
    background-color: transparent;
    color: var(--bijtjesbruin);
    font-size: 2ch;
}
.inlogknop:hover{
    cursor: pointer;
    text-decoration: underline;
    background-color: var(--bijtjesgeel);
    border-radius: 15px;
}

.linktext{
    font-weight: bold;
    text-decoration: none;
    color: var(--bijtjesbruin);
}
.linktext:hover{
    text-decoration: underline;
}

.linktexttotop{
    font-weight: bold;
    text-decoration: none;
    color: var(--bijtjesgeel);
    margin-left: 35%;
    background-color: var(--bijtjesbruin);
    padding: 5px;
    border-radius: 15px;
}
.linktexttotop:hover{
    text-decoration: underline;
}

.bannerimg{
    width: 100%;
    height: auto;
    border-radius: 25px;
}


.headermw{
    background-color: var(--bijtjesgeel);
    font-weight:bold;
    list-style-type: none;
    text-align: center;
    font-size: 4ch;
    border-radius: 25px;
    border-color: var(--bijtjesbruin);
    border-width: 2px;
    border-style: dashed;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
}

.mwitems{
list-style-type: none;
padding:5px;
background-color: var(--beebackground);
border-radius: 15px;
width: 66%;
margin: 20px;
border-color: var(--bijtjesbruin);
border-style: solid;
border-width: 1px;

}
.mwitems:nth-of-type(even){
    margin-left: 30%;
}

.mwitemtitle{
    font-weight: bold;
}

.wallbg{
    border-radius: 25px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-color: var(--bijtjesbruin);
    border-style: dashed;
    border-width: 2px;
    overflow-y: scroll;
    max-height: 500px;
}

.messageinput{
    width: 70%;
    height: 100px;
    line-height: 20px;
    
}

.dropstyle{
    height: 25px;
    width: 300px;
    color: var(--bijtjesbruin);
    font-weight: bold;
}

.admintable{
width: 90%;
border-color: var(--bijtjesbruin);
border-style: solid;
border-width: 1px;
margin: 5%;
margin-top: 20px;
margin-bottom: 20px;
border-collapse: collapse;
text-align: center;
}

.admincel{
    width: 25%;
    border-color: var(--bijtjesbruin);
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}
.admincel2{
    width: 20%;
    border-color: var(--bijtjesbruin);
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

.admincel3{
    width: 25%;
    border-color: var(--bijtjesbruin);
    padding: 10px;
    text-align: center;
}

.floatRight{
    float: right;
    width: auto;
    height: 250px;
    border-radius: 50px;
    margin: 20px;
    margin-top: 0px;
}

.floatRight2{
    float: right;
    width: 350px;
    height: auto;
    border-radius: 50px;
    margin: 20px;
    margin-top: 0px;
}

.floatleft{
    float: left;
    width: auto;
    height: 250px;
    border-radius: 50px;
    margin: 20px;
    margin-right: 40px;
}